raar.world
Interface RASimulatorObserver

All Known Implementing Classes:
RAGSimFrame

public interface RASimulatorObserver

Simulation can notify implementations of this interface of events.


Method Summary
 void notifyCurrentRound(long n)
           
 void notifySimulationFinished(long n)
           
 

Method Detail

notifyCurrentRound

void notifyCurrentRound(long n)

notifySimulationFinished

void notifySimulationFinished(long n)